home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- echo ******************************************************************************
- echo *************************** Norton AntiVirus Rescue **************************
- echo ******************************************************************************
- echo.
- echo Press any key to begin automatic operation. If you prefer manual
- echo operation, press Ctrl-C to exit and type NAVDX /? for information.
- echo.
- echo ******************************************************************************
- echo.
- pause
- NAVDX C: /b+ /m+ /repair
-